home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 422mods.zip / TFC025.FIX < prev    next >
Text File  |  1993-01-20  |  2KB  |  48 lines

  1. Fix for TFC028.MOD
  2. Papa Bear #1 @15061
  3. Fri Jan 15 09:52:31 1993
  4. 4Msg. Status:3▄ 1If you feel like replying...
  5. 3 ▀▀▀▀▀▀▀▀▀▀▀▀
  6.  
  7.   While the mod works like a champ, there is one SMALL error in it. 
  8.  
  9.   It is for the OK part where it prints a * if you call them.  Simply, TFC got
  10. it backwards.  In this section of code:
  11.  
  12.  
  13.           if (okansi())
  14.             outstr("[1;31;40m");
  15.           if (!(ok_to_call(i2)))
  16.             outstr("*");
  17.           else
  18.             outstr(" ");
  19.  
  20. Change it so it looks like this:
  21.  
  22.  
  23.           if (okansi())
  24.             outstr("[1;31;40m");
  25.           2if (ok_to_call(i2))        /* Change this line */0
  26.             outstr("*");
  27.           else
  28.             outstr(" ");
  29.  
  30.   That did the trick for me!
  31.  
  32.                                 1-=*6>2Papa ßear6<1*=-0
  33. 9-----
  34. 95Suck GAS, 6EVILDOER5!
  35.  
  36. 8Papa BearC╪╫⌐¬ D
  37. 7AC╥╖·C·C▒ ·   ▒ (510) 522-358
  38. 6AC3
  39. 5WWIVnet @5079  ·░▒▓░▓█ D
  40. 4AC█▓░· StarPort   ▒   ▒  ▒ ·
  41. 3AC ▒   ▒ ▒ · ▒ · ▒   ▒C▒ 
  42. 2AC·
  43. 1WWIVlink @15061    ███ ·   ·C·C
  44. 1AC▒ ▒  ▒ ▒  ▒ · ▒▒▒  ▒ ▒  ▒ · ▒    ▒ ▒
  45. 1IceNET @5079   .   │└··    ·   ·
  46. 1ACC·  ▒  ▒   ▒ ▒▒▒ ▒ ▒ ▒ · ▒ ▒▒▒ ▒▒▒ ▒ 
  47. 1AC· D
  48.